home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: horus.co.jyu.fi!daeron
  2. From: daeron@co.jyu.fi (Aki Laukkanen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SetIntVector() problem
  5. Date: 1 Feb 1996 19:05:55 GMT
  6. Organization: I need to put my ORGANIZATION here.
  7. Message-ID: <4er2uj$k5v@mordred.cc.jyu.fi>
  8. References: <4eecmg$hn3@eken.hv.se> <4el9fu$9ui@mordred.cc.jyu.fi> <4elpc7$4ek@serpens.rhein.de>
  9. NNTP-Posting-Host: horus.co.jyu.fi
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  13. : daeron@co.jyu.fi (Aki Laukkanen) writes:
  14.  
  15. : >Henrik Wetterstrom (hwefri92@tufvan.hv.se) wrote:
  16.  
  17. : >: icode    move.w    #INTF_VERTB,intreq(a0)    ; Clear IRQ
  18. : >:     rts
  19.  
  20. : >How about rte here for starters?
  21. : You mean for c0d3rz ?
  22.  
  23. : Exec interrupt handlers are called as a regular subroutine that
  24. : return with RTS.
  25.  
  26. Uhm, you were right. I haven't actually used SetIntVector() and thought it
  27. was as lowlevel as move.l #hardwarebanging,($6c,a4) (where a4 of course is
  28. VBR base). But anyway as you already said, one shouldn't use it for vertical
  29. blanking interrupt because it kills multitasking.
  30.  
  31. --
  32. Daeron
  33.